Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
a4ebed80
Kaydet (Commit)
a4ebed80
authored
May 26, 2006
tarafından
Steve Holden
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Update help text and documentaition.
üst
7db3d38d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
README
Tools/pybench/README
+11
-0
pybench.py
Tools/pybench/pybench.py
+1
-1
No files found.
Tools/pybench/README
Dosyayı görüntüle @
a4ebed80
...
@@ -46,6 +46,9 @@ Options and default settings:
...
@@ -46,6 +46,9 @@ Options and default settings:
-w arg set warp factor to arg (20)
-w arg set warp factor to arg (20)
-d hide noise in compares (0)
-d hide noise in compares (0)
--no-gc disable garbage collection (0)
--no-gc disable garbage collection (0)
--no-syscheck "disable" sys check interval (set to sys.maxint) (0)
-t arg tests containing substring ()
-C arg number of calibration runs (20)
-v generate verbose output
-v generate verbose output
-h show this help text
-h show this help text
--help show this help text
--help show this help text
...
@@ -366,6 +369,14 @@ symbols defined in that module for subclasses of pybench.Test and
...
@@ -366,6 +369,14 @@ symbols defined in that module for subclasses of pybench.Test and
automatically add them to the benchmark suite.
automatically add them to the benchmark suite.
Breaking Comparability
----------------------
If a change is made to any individual test that means it is no
longer strcitly comparable with previous runs, the '.version' class
variable should be updated. Therefafter, comparisons with previous
versions of the test will list as "n/a" to reflect the change.
Have fun,
Have fun,
--
--
Marc-Andre Lemburg
Marc-Andre Lemburg
...
...
Tools/pybench/pybench.py
Dosyayı görüntüle @
a4ebed80
...
@@ -382,7 +382,7 @@ class PyBenchCmdline(Application):
...
@@ -382,7 +382,7 @@ class PyBenchCmdline(Application):
SwitchOption
(
'--no-syscheck'
,
SwitchOption
(
'--no-syscheck'
,
'"disable" sys check interval (set to sys.maxint)'
,
0
),
'"disable" sys check interval (set to sys.maxint)'
,
0
),
ArgumentOption
(
'-t'
,
'tests containing substring'
,
''
),
ArgumentOption
(
'-t'
,
'tests containing substring'
,
''
),
ArgumentOption
(
'-C'
,
'number of calibration runs
(default 20)
'
,
20
)
ArgumentOption
(
'-C'
,
'number of calibration runs'
,
20
)
]
]
about
=
"""
\
about
=
"""
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment