online-judge-tools / verification-helper

a testing framework for snippet libraries used in competitive programming
MIT License
231 stars 56 forks source link

Verification stats in docs #434

Closed adamant-pwn closed 9 months ago

adamant-pwn commented 9 months ago

Description / 説明

Is it possible to include verification stats in the generated docs (time/memory consumption)?

Motivation / 動機

It would be very nice to have some indication of how particular library performs without running the verification locally or submitting to Library Judge.

Other notes / その他

kzrnm commented 9 months ago

In my opinion, it would be very difficult because .verify-helper/timestamps.remote.json does not retain the results of the previous run. competitive-verifier, which is my fork with much rewritten code, can display verification stats.

image

adamant-pwn commented 9 months ago

Wow, competitive-verifier is an awesome fork, thanks!