online-judge-tools / verification-helper

a testing framework for snippet libraries used in competitive programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Verification stats in docs

adamant-pwn opened this issue · comments

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 / その他

  • Will you try to create a pull request?
    • no

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

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