diff options
| author | Nguyễn Gia Phong <cnx@loang.net> | 2025-05-30 18:46:58 +0900 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2025-05-30 18:46:58 +0900 |
| commit | dfe3df4fb6ab3292fc1827ebb5f7e8a067c7caf5 (patch) | |
| tree | 4c77be7e4efdb0e56d398462bfa60af51e6d9ccc /patches | |
| parent | 290a9ac2ec7bbddd09e4e958f24e82ad3eec0489 (diff) | |
| download | loftix-dfe3df4fb6ab3292fc1827ebb5f7e8a067c7caf5.tar.gz | |
Relax performance test for FUZZOLIC
Diffstat (limited to 'patches')
| -rw-r--r-- | patches/fuzzolic-relax-perf-test.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/patches/fuzzolic-relax-perf-test.patch b/patches/fuzzolic-relax-perf-test.patch new file mode 100644 index 0000000..f1de80a --- /dev/null +++ b/patches/fuzzolic-relax-perf-test.patch @@ -0,0 +1,13 @@ +diff --git a/tests/run.py b/tests/run.py +index 2144d96c7544..1d84a2999662 100755 +--- a/tests/run.py ++++ b/tests/run.py +@@ -78,7 +78,7 @@ def run(test, + if perf_run: + slowdown = emulated_time / native_time + print("Slowdown: %s" % round(slowdown, 1)) +- assert slowdown < 70 ++ assert slowdown < 140 + + if expected_inputs > 0: + testcases = glob.glob(WORKDIR + "/tests/test_*.dat") |
