aboutsummaryrefslogtreecommitdiffhomepage
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * Autofix issues in 1 filedeepsource-autofix[bot]2023-02-121-1/+0
| * Cache unparsed assumptions in formula.J08nY2023-02-121-3/+3
| * Add __slots__ to Mods.J08nY2023-02-121-0/+3
| * Get rid of getcontext/setcontext functions.J08nY2023-02-123-13/+5
| * Fix perf issue with pyinstrument.J08nY2022-12-071-3/+3
* | feat: Added sums of durations across repetitions to summary in JSON exportTomáš Jusko2023-02-181-4/+16
* | feat: Added performance test report export to JSONTomáš Jusko2023-02-171-2/+102
* | fix: Fixed typing for older Python compatibilityTomáš Jusko2023-02-041-7/+9
* | feat(perf): Added repeated runsTomáš Jusko2023-02-021-21/+55
* | feat(perf): Added normal distribution to dataset generatingTomáš Jusko2023-02-021-16/+58
* | feat: Added CLI and timing to stacked combine performance testingTomáš Jusko2022-12-041-15/+235
* | feat: Added function for generating tracesets for use in perf testingTomáš Jusko2022-10-241-0/+86
|/
* Merge pull request #15 from Tomko10/stacked_tracesJán Jančár2022-04-061-0/+112
|\
| * feat: Made GPUTraceManager stateful, updated tests accordinglyTomáš Jusko2022-04-041-5/+5
| * feat(test): Skipping tests if CUDA not availableTomáš Jusko2022-04-041-0/+3
| * DeepSource fixesTomas Jusko2022-01-311-1/+0
| * flake8 conformanceTomas Jusko2022-01-311-7/+8
| * Made test samples bigger to GPU utilizationTomas Jusko2022-01-311-1/+5
| * Fixed bugs and importsTomas Jusko2022-01-311-22/+3
| * Added test for GPU combine functions implemented so farTomas Jusko2022-01-311-3/+81
| * Removed garbageTomas Jusko2022-01-291-0/+14
| * Started stacked traces testsTomas Jusko2022-01-271-0/+32
* | Merge pull request #17 from J08nY/deepsource-fix-325158fbJán Jančár2022-03-011-2/+5
|\ \
| * | Fix failing test after Mod behaviour change.J08nY2022-03-011-2/+5
| |/
* / Remove implicit `object` from the base classdeepsource-autofix[bot]2022-03-011-1/+1
|/
* Add profiling of sca.combine submodule.J08nY2021-11-279-81/+139
* Add performance plotting.J08nY2021-11-261-0/+30
* Add reproducer for issue #14.J08nY2021-05-202-4/+23
* Handle fully symbolic assumptions.J08nY2021-05-201-1/+17
* Properly raise warnings.J08nY2021-05-192-5/+9
* Fix MultipleContext tracing of two actions.J08nY2021-05-121-0/+8
* More DeepSource fixes.J08nY2021-04-241-1/+0
* Implement fixes from DeepSource.J08nY2021-04-1011-23/+27
* Use black.J08nY2021-04-1034-554/+1406
* Add pre-commit.J08nY2021-04-103-8/+8
* Speedup RawMod.is_residue by using fast Jacobi symbol impl.J08nY2021-01-301-1/+6
* Add performance monitoring and a few improvements to Mod.J08nY2021-01-304-0/+206
* Add more curve transformations.J08nY2021-01-201-1/+19
* Fix codestyle and typing issues in tests.J08nY2021-01-2013-19/+25
* Introduce symbolic Mod.J08nY2021-01-202-1/+50
* Introduce explicit field argument to formula calls.J08nY2021-01-192-8/+8
* Release pyecsca-0.1.0.0.1.0J08nY2021-01-161-2/+0
* Also trace precomputation in MultipleContext.J08nY2021-01-161-9/+45
* Add Context for tracing multiples, usable for RPA.J08nY2021-01-161-0/+31
* Fix Edwards yzsuared to_model. Extend regression test for #10.J08nY2021-01-061-0/+3
* Pin sympy version requirement. Extend regression test for #9.J08nY2021-01-061-0/+6
* Fix Edwards yz/yzsquared to_model.J08nY2021-01-061-0/+12
* Resolve out rationals introduced by SymPy.J08nY2021-01-061-0/+15
* Update EFD and add regression test.J08nY2021-01-041-0/+9
* Fixup the packaging, put cfg into a proper subpackage.J08nY2020-12-263-3/+3