-
Notifications
You must be signed in to change notification settings - Fork 254
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
Vala numbers have been updated. #268
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nuald
added a commit
to nuald/benchmarks
that referenced
this pull request
Sep 21, 2020
nuald
added a commit
to nuald/benchmarks
that referenced
this pull request
Oct 31, 2020
nuald
added a commit
that referenced
this pull request
Dec 3, 2020
* Re-run bf mandel tests (addressing #258). * Maintenance update (#261) * Re-run bf mandel tests (addressing #258). * Preparation for Perl 7. * Lua module conflicts have been resolved. * Update README.md Fixed UPDATE date. * Maintenance update (#265) * Added workaround for Intel JCC bug (#263). * Maintenance update. * Added JCC bugfix flag to clang. (#266) * Vala numbers have been updated. (#268) * Update test_dawjsonlink.cpp (#271) Updated code to reflect API changes in v2 of DAW JSON Link * Maintenance update with the renamed tests (#269). (#270) * Switch the simdjson code to On Demand (#272) * Updating simdjson to 0.6 API (on demand). * Making things safer by specifying the commit + removing unnecessary std:: qualifiers. * Minor changes following review * Maintenance update and simdjson test changes (#273) * Maintenance update * Maintenance update and simdjson test changes. * The JSON key ordering tests have been added. (#275) * Boost.JSON test has been added and the old test has been renamed. (#277) * Updated to use better numbers for floating point ops, changed Boost.JSON test to use doubles. (#279) * Improved precisions of the tests (#281) * Median cals have been added. * Try another formatting. * Changed memory calculations. * Printing has been moved out from JSON benchmarks. * Up-to-dated results. * TOC updated. * Typo * Added printer to Scheme langs. * Racket code has been fixed to use idiomatic struct instead of macros. * C++ and Kotlin tests have been updated. * D tests have been fixed to use proper initializations. * Go and Elixir tests have improved. * Nim microoptimization have been removed. * Julia test has been updated. * All haskell tests have been updated. * Lua tests have been improved. * OCaml tests have been improved. * SML tests have been improved. * Fsharp test has been improved. * Tcl tests have been improved. * Perl tests have been updated to use v5.32. * Other tests have been fixed. * Haskell networking has been fixed. * Fixed JS code. Co-authored-by: Darrell Wright <beached@users.noreply.github.com> Co-authored-by: Daniel Lemire <lemire@gmail.com>
nuald
added a commit
to nuald/benchmarks
that referenced
this pull request
Dec 4, 2020
* Re-run bf mandel tests (addressing kostya#258). * Maintenance update (kostya#261) * Re-run bf mandel tests (addressing kostya#258). * Preparation for Perl 7. * Lua module conflicts have been resolved. * Update README.md Fixed UPDATE date. * Maintenance update (kostya#265) * Added workaround for Intel JCC bug (kostya#263). * Maintenance update. * Added JCC bugfix flag to clang. (kostya#266) * Vala numbers have been updated. (kostya#268) * Update test_dawjsonlink.cpp (kostya#271) Updated code to reflect API changes in v2 of DAW JSON Link * Maintenance update with the renamed tests (kostya#269). (kostya#270) * Switch the simdjson code to On Demand (kostya#272) * Updating simdjson to 0.6 API (on demand). * Making things safer by specifying the commit + removing unnecessary std:: qualifiers. * Minor changes following review * Maintenance update and simdjson test changes (kostya#273) * Maintenance update * Maintenance update and simdjson test changes. * The JSON key ordering tests have been added. (kostya#275) * Boost.JSON test has been added and the old test has been renamed. (kostya#277) * Updated to use better numbers for floating point ops, changed Boost.JSON test to use doubles. (kostya#279) * Improved precisions of the tests (kostya#281) * Median cals have been added. * Try another formatting. * Changed memory calculations. * Printing has been moved out from JSON benchmarks. * Up-to-dated results. * TOC updated. * Typo * Added printer to Scheme langs. * Racket code has been fixed to use idiomatic struct instead of macros. * C++ and Kotlin tests have been updated. * D tests have been fixed to use proper initializations. * Go and Elixir tests have improved. * Nim microoptimization have been removed. * Julia test has been updated. * All haskell tests have been updated. * Lua tests have been improved. * OCaml tests have been improved. * SML tests have been improved. * Fsharp test has been improved. * Tcl tests have been improved. * Perl tests have been updated to use v5.32. * Other tests have been fixed. * Haskell networking has been fixed. * Fixed JS code. Co-authored-by: Darrell Wright <beached@users.noreply.github.com> Co-authored-by: Daniel Lemire <lemire@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Addressed #267