Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme installation instructions for mac [skip ci] #191

Merged
merged 2 commits into from
Jul 19, 2024

Conversation

StevenLove
Copy link
Member

Addressing issue #121 makes these changes to the readme

  • recommending that users performing a new installation should migrate their existing rc files' contents into their init.slosh file
  • changing the install command from using the -D flag which is not supported on mac to doing the more universal mkdir -p
  • adding /usr/bin to the PATH

@gpwclark gpwclark self-requested a review July 19, 2024 04:46
Copy link

🐰Bencher

ReportFri, July 19, 2024 at 04:48:59 UTC
Projectsl-sh
Branch191/merge
Testbedubuntu-latest

⚠️ WARNING: The following Measures do not have a Threshold. Without a Threshold, no Alerts will ever be generated!

  • Estimated Cycles (estimated-cycles)
  • Instructions (instructions)
  • L1 Accesses (l1-accesses)
  • L2 Accesses (l2-accesses)
  • RAM Accesses (ram-accesses)
  • Total Accesses (total-accesses)

Click here to create a new Threshold
For more information, see the Threshold documentation.
To only post results if a Threshold exists, set the --ci-only-thresholds CLI flag.

Click to view all benchmark results
BenchmarkEstimated CyclesEstimated Cycles Results
estimated cycles
InstructionsInstructions Results
instructions
L1 AccessesL1 Accesses Results
accesses
L2 AccessesL2 Accesses Results
accesses
RAM AccessesRAM Accesses Results
accesses
Total AccessesTotal Accesses Results
total-accesses
iai::float::float_one_hundred➖ (view plot)117,653,351.00➖ (view plot)83,815,269.00➖ (view plot)116,474,881.00➖ (view plot)141,313.00➖ (view plot)13,483.00➖ (view plot)116,629,677.00
iai::float::float_one_thousand➖ (view plot)379,137,562.00➖ (view plot)278,080,394.00➖ (view plot)377,959,462.00➖ (view plot)141,218.00➖ (view plot)13,486.00➖ (view plot)378,114,166.00
iai::float::float_ten_thousand➖ (view plot)2,993,916,763.00➖ (view plot)2,220,681,739.00➖ (view plot)2,992,736,908.00➖ (view plot)141,562.00➖ (view plot)13,487.00➖ (view plot)2,992,891,957.00
iai::float::optimized_float_fifty_thousand➖ (view plot)8,512,892,863.00➖ (view plot)6,754,416,723.00➖ (view plot)8,512,873,678.00➖ (view plot)71.00➖ (view plot)538.00➖ (view plot)8,512,874,287.00
iai::float::optimized_float_one_hundred➖ (view plot)17,068,388.00➖ (view plot)13,525,385.00➖ (view plot)17,049,198.00➖ (view plot)72.00➖ (view plot)538.00➖ (view plot)17,049,808.00
iai::float::optimized_float_one_thousand➖ (view plot)170,299,901.00➖ (view plot)135,104,723.00➖ (view plot)170,280,676.00➖ (view plot)72.00➖ (view plot)539.00➖ (view plot)170,281,287.00
iai::float::optimized_float_ten_thousand➖ (view plot)1,702,612,901.00➖ (view plot)1,350,896,723.00➖ (view plot)1,702,593,676.00➖ (view plot)72.00➖ (view plot)539.00➖ (view plot)1,702,594,287.00
iai::recursion_and_continuations::continuation_vec_search_one_hundred➖ (view plot)92,349,569.00➖ (view plot)64,667,456.00➖ (view plot)91,039,924.00➖ (view plot)151,315.00➖ (view plot)15,802.00➖ (view plot)91,207,041.00
iai::recursion_and_continuations::continuation_vec_search_one_thousand➖ (view plot)98,090,153.00➖ (view plot)68,138,370.00➖ (view plot)96,531,348.00➖ (view plot)159,014.00➖ (view plot)21,821.00➖ (view plot)96,712,183.00
iai::recursion_and_continuations::continuation_vec_search_ten_thousand➖ (view plot)146,921,424.00➖ (view plot)100,413,008.00➖ (view plot)144,381,504.00➖ (view plot)183,128.00➖ (view plot)46,408.00➖ (view plot)144,611,040.00
iai::recursion_and_continuations::recursive_vec_search_one_hundred➖ (view plot)92,268,401.00➖ (view plot)64,614,307.00➖ (view plot)90,962,701.00➖ (view plot)151,254.00➖ (view plot)15,698.00➖ (view plot)91,129,653.00
iai::recursion_and_continuations::recursive_vec_search_one_thousand➖ (view plot)92,269,764.00➖ (view plot)64,612,973.00➖ (view plot)90,960,469.00➖ (view plot)151,987.00➖ (view plot)15,696.00➖ (view plot)91,128,152.00
iai::recursion_and_continuations::recursive_vec_search_ten_thousand➖ (view plot)140,546,450.00➖ (view plot)96,016,647.00➖ (view plot)138,012,645.00➖ (view plot)182,654.00➖ (view plot)46,301.00➖ (view plot)138,241,600.00

Bencher - Continuous Benchmarking
View Public Perf Page
Docs | Repo | Chat | Help

@gpwclark gpwclark merged commit 692c3b5 into main Jul 19, 2024
7 checks passed
Copy link

🐰Bencher

ReportFri, July 19, 2024 at 05:05:42 UTC
Projectsl-sh
Branchmaster
Testbedubuntu-latest

⚠️ WARNING: The following Measures do not have a Threshold. Without a Threshold, no Alerts will ever be generated!

  • Estimated Cycles (estimated-cycles)
  • Instructions (instructions)
  • L1 Accesses (l1-accesses)
  • L2 Accesses (l2-accesses)
  • RAM Accesses (ram-accesses)
  • Total Accesses (total-accesses)

Click here to create a new Threshold
For more information, see the Threshold documentation.
To only post results if a Threshold exists, set the --ci-only-thresholds CLI flag.

Click to view all benchmark results
BenchmarkEstimated CyclesEstimated Cycles Results
estimated cycles
InstructionsInstructions Results
instructions
L1 AccessesL1 Accesses Results
accesses
L2 AccessesL2 Accesses Results
accesses
RAM AccessesRAM Accesses Results
accesses
Total AccessesTotal Accesses Results
total-accesses
iai::float::float_one_hundred➖ (view plot)117,663,797.00➖ (view plot)83,823,383.00➖ (view plot)116,486,087.00➖ (view plot)141,154.00➖ (view plot)13,484.00➖ (view plot)116,640,725.00
iai::float::float_one_thousand➖ (view plot)379,136,364.00➖ (view plot)278,079,096.00➖ (view plot)377,957,714.00➖ (view plot)141,363.00➖ (view plot)13,481.00➖ (view plot)378,112,558.00
iai::float::float_ten_thousand➖ (view plot)2,993,914,436.00➖ (view plot)2,220,683,578.00➖ (view plot)2,992,738,521.00➖ (view plot)140,788.00➖ (view plot)13,485.00➖ (view plot)2,992,892,794.00
iai::float::optimized_float_fifty_thousand➖ (view plot)8,512,892,863.00➖ (view plot)6,754,416,723.00➖ (view plot)8,512,873,678.00➖ (view plot)71.00➖ (view plot)538.00➖ (view plot)8,512,874,287.00
iai::float::optimized_float_one_hundred➖ (view plot)17,068,388.00➖ (view plot)13,525,385.00➖ (view plot)17,049,198.00➖ (view plot)72.00➖ (view plot)538.00➖ (view plot)17,049,808.00
iai::float::optimized_float_one_thousand➖ (view plot)170,299,901.00➖ (view plot)135,104,723.00➖ (view plot)170,280,676.00➖ (view plot)72.00➖ (view plot)539.00➖ (view plot)170,281,287.00
iai::float::optimized_float_ten_thousand➖ (view plot)1,702,612,901.00➖ (view plot)1,350,896,723.00➖ (view plot)1,702,593,676.00➖ (view plot)72.00➖ (view plot)539.00➖ (view plot)1,702,594,287.00
iai::recursion_and_continuations::continuation_vec_search_one_hundred➖ (view plot)92,350,556.00➖ (view plot)64,668,316.00➖ (view plot)91,040,661.00➖ (view plot)151,351.00➖ (view plot)15,804.00➖ (view plot)91,207,816.00
iai::recursion_and_continuations::continuation_vec_search_one_thousand➖ (view plot)98,083,692.00➖ (view plot)68,135,171.00➖ (view plot)96,528,422.00➖ (view plot)158,342.00➖ (view plot)21,816.00➖ (view plot)96,708,580.00
iai::recursion_and_continuations::continuation_vec_search_ten_thousand➖ (view plot)146,922,313.00➖ (view plot)100,413,636.00➖ (view plot)144,382,278.00➖ (view plot)183,137.00➖ (view plot)46,410.00➖ (view plot)144,611,825.00
iai::recursion_and_continuations::recursive_vec_search_one_hundred➖ (view plot)92,267,729.00➖ (view plot)64,614,510.00➖ (view plot)90,962,999.00➖ (view plot)151,060.00➖ (view plot)15,698.00➖ (view plot)91,129,757.00
iai::recursion_and_continuations::recursive_vec_search_one_thousand➖ (view plot)92,276,932.00➖ (view plot)64,619,232.00➖ (view plot)90,968,817.00➖ (view plot)151,765.00➖ (view plot)15,694.00➖ (view plot)91,136,276.00
iai::recursion_and_continuations::recursive_vec_search_ten_thousand➖ (view plot)140,544,277.00➖ (view plot)96,014,594.00➖ (view plot)138,008,782.00➖ (view plot)182,964.00➖ (view plot)46,305.00➖ (view plot)138,238,051.00

Bencher - Continuous Benchmarking
View Public Perf Page
Docs | Repo | Chat | Help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants