Skip to content

Instantly share code, notes, and snippets.

@laevandus

laevandus/run.sh Secret

Last active May 4, 2021 02:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laevandus/910f07d816f51c54be752234557c3731 to your computer and use it in GitHub Desktop.
Save laevandus/910f07d816f51c54be752234557c3731 to your computer and use it in GitHub Desktop.
▶ swift run -c release SwiftBenchmark run results --cycles 3
[2/2] Linking SwiftBenchmark
* Build Completed!
Running 2 tasks on 76 sizes from 1 to 1M:
QueueSimple
QueueOptimized
Output file: /Users/toomas/Desktop/SwiftBenchmark/results
Appending to existing data (if any) for these tasks/sizes.
Collecting data:
1.2.4...8...16...32...64...128...256...512...1k...2k...4k...8k...16k...32k...64k...128k...256k...512k...1M -- 15.1s
1.2.4...8...16...32...64...128...256...512...1k...2k...4k...8k...16k...32k...64k...128k...256k...512k...1M -- 15s
1.2.4...8...16...32...64...128...256...512...1k...2k...4k...8k...16k...32k...64k...128k...256k...512k...1M -- 15.1s
Finished in 45.2s
▶ swift run -c release SwiftBenchmark render results chart.png && open chart.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment