mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
14 lines
193 B
Python
14 lines
193 B
Python
# bench: Unit Target: X
|
|
|
|
# bench: Measure: Printing Time Of Three (ms)
|
|
|
|
print(42)
|
|
|
|
# bench: Measure: Printing Time Of One (ms)
|
|
print(42)
|
|
# bench: Measure: End
|
|
|
|
print(42)
|
|
|
|
# bench: Measure: End
|