-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[prakriya] Improve snapshot tests and fix bugs
Snapshot tests are much faster, and disk usage is a fraction of what it was previously. Changes made: - Merge snapshot test binaries into a single example binary. - Switch data format from CSV to compressed MessagePack. - Move various binary dependencies to dev-dependencies. - Add tests for sya-Satf, sya-SAnac (kartari + karmani), and yak-SAnac. - Improve threading distribution. +--------+-------------------+----------+------------+ | | create_test_files | test_all | disk usage | +--------+-------------------+----------+------------+ | Before | 339.73s | 101.87s | 6800M | | After | 86.62s | 45.42s | 90M | +--------+-------------------+----------+------------+ In addition, make some small bug fixes: - Add 6.4.50 - Fix SK 2605 - Fix bug with saMstti / santti (#122) - Fix bug with apusPurat (#128) - Fix bug with lAyayati (#146)
- Loading branch information
Showing
34 changed files
with
1,001 additions
and
747 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
www/static/data/ | ||
www/static/wasm/ | ||
*.log | ||
*.msgpack |
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
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
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
Oops, something went wrong.